/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 140px;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 95px;
	}
}

@media (max-width: 991px) {
	.banner {
		padding-top: 75px;
	}
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 37.5%;
}

.banner .slick-dots {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

.banner .slick-dots:before {
	content: 'PREV';
	font-size: 14px;
	line-height: 24px;
	color: #110d71;
	position: relative;
	top: 4px;
	left: -28px;
}

.banner .slick-dots:after {
	content: 'NEXT';
	font-size: 14px;
	line-height: 24px;
	color: #110d71;
	position: relative;
	top: 4px;
	right: -28px;
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 20px;
	}
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 1px;
	cursor: pointer;
	background-color: #fff;
	opacity: .5;
}

.banner .slick-dots li.slick-active {
	height: 2px;
	opacity: 1;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-arrow {
	width: 52px;
	height: 52px;
	background-color: rgba(0, 0, 0, .4);
	border-radius: 10px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 5%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 52px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #FFFFFF;
	opacity: 0.5;
}

.banner .slick-arrow.slick-next {
	right: 5%;
	left: auto;
}

@media (max-width: 991px) {
	.banner .slick-arrow {
		left: 15%;
		width: 35px;
		height: 35px;
	}
	.banner .slick-arrow:before {
		font-size: 18px;
		line-height: 35px;
	}
	.banner .slick-arrow.slick-next {
		right: 15%;
	}
}

.banner .slick-arrow.slick-next:before {
	content: '\e728';
}

.banner .slick-arrow:hover {
	background-color: rgba(0, 0, 0, .65);
}


/*index_num*/

.index_num {
	padding: 100px 0;
	border-bottom: 1px dashed #e5e5e5;
}

@media (max-width: 768px) {
	.index_num {
		padding: 30px 0;
	}
}

.box-number .number {
	overflow: hidden;
}

.box-number .number ul {
	font-size: 0;
	margin: 0 -38px;
}

@media (max-width: 991px) {
	.box-number .number ul {
		margin: 0 -20px;
	}
}

@media (max-width: 767px) {
	.box-number .number ul {
		margin: 0 -10px;
	}
}

.box-number .number ul li {
	display: inline-block;
	width: 20%;
	margin: 10px 0;
	padding: 0 38px;
	vertical-align: top;
	text-align: center;
	border-left: 1px dashed #E5E5E5;
}

@media (max-width: 991px) {
	.box-number .number ul li {
		width: 33.33333333%;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.box-number .number ul li {
		width: 50%;
		margin: 20px 0;
		padding: 0 10px;
	}
}

.box-number .number .item b {
	font-size: 52px;
	line-height: 1;
	color: #110d71;
}

@media (max-width: 1470px) {
	.box-number .number .item b {
		font-size: 48px;
	}
}

@media (max-width: 1199px) {
	.box-number .number .item b {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.box-number .number .item b {
		font-size: 30px;
	}
}

.box-number .number .item sup {
	font-size: 30px;
	top: 5px;
	vertical-align: top;
}

.box-number .number li:nth-child(2) .item sup {
	font-size: 18px;
	top: 0;
	bottom: 0px;
	vertical-align: baseline;
}

.box-number .number .item p {
	font-size: 14px;
	line-height: 24px;
	margin: 25px 0 0 0;
	color: #666666;
}


/*title*/

.title {
	text-align: center;
}

.title b {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.title p {
	font-size: 14px;
	color: #999999;
	padding-top: 20px;
}

.padd {
	padding-top: 100px;
}

@media (max-width: 991px) {
	.title b {
		font-size: 20px;
	}
	.title p {
		padding-top: 15px;
	}
	.padd {
		padding-top: 50px;
	}
}


/*index_about*/

.index_about .title {
	text-align: left;
}

.index_about .title:after {
	display: block;
	content: '';
	width: 30px;
	height: 5px;
	background-color: #110d71;
	margin-top: 14px;
}

.index_about .left {
	width: 36%;
	/*padding-top: 60px;*/
}

.index_about .left .info {
	padding-top: 32px;
}

.index_about .left .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.index_about .left ul {
	margin-top: 32px;
	margin-right: -18px;
	margin-left: -18px;
}

.index_about .left ul li {
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px;
}

.index_about .left ul li .item {
	display: block;
	padding: 22px 0;
	border: solid 1px #e5e5e5;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_about .left ul li .item:hover {
	background-color: #110d71;
	border: solid 1px #110d71;
}

.index_about .left ul li .item span:before {
	display: block;
	font-family: 'iconfont' !important;
	font-size: 26px;
	content: '\e66f';
	color: #666666;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_about .left ul li:first-child .item span:before {
	content: '\e60d';
}

.index_about .left ul li:last-child .item span:before {
	content: '\e600';
}

.index_about .left ul li .item:hover span:before {
	color: #FFFFFF;
}

.index_about .left ul li .item b {
	display: block;
	font-size: 16px;
	color: #333333;
	padding-top: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_about .left ul li .item:hover b {
	color: #FFFFFF;
}

.index_about .left ul li .item p {
	font-size: 12px;
	color: #999999;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_about .left ul li .item:hover p {
	color: #c8daf2;
}

.index_about .left .more {
	margin-top: 40px;
}

.index_about .left .more a {
	display: block;
	width: 190px;
	line-height: 43px;
	border: 1px solid #110d71;
	background-color: #110d71;
	border-radius: 22px;
	font-size: 14px;
	color: #edf1f5;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_about .left .more a:hover {
	color: #110d71;
	background-color: #FFFFFF;
	border: 1px solid #110d71;
}

.index_about .right {
	width: 64%;
	padding-left: 37px;
}

/*.index_about .right .pic {
	width: 50%;
}

.index_about .right .pic:first-child {
	padding-right: 15px;
}

.index_about .right .pic:nth-child(2) {
	padding-left: 15px;
}*/

.index_about .right .pic .img-box {
	padding-bottom: 50.78125%;
}

@media (max-width: 991px) {
	.index_about .left {
		width: 100%;
		padding-top: 0px;
	}
	.index_about .left .info {
		padding-top: 20px;
	}
	.index_about .left ul {
		margin-top: 20px;
		margin-right: -10px;
		margin-left: -10px;
	}
	.index_about .left ul li {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.index_about .left ul li .item {
		padding: 15px 0;
	}
	.index_about .left .more {
		margin-top: 30px;
	}
	.index_about .left .more a {
		width: 140px;
		line-height: 35px;
	}
	.index_about .right {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
}


/*index_product*/

.index_product .pro_nav {
	text-align: center;
	padding-top: 20px;
}

.pro_nav .nav_scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pro_nav ul {
	font-size: 0;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding-bottom: 8px;
}

.pro_nav ul li {
	margin: 0 10px;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pro_nav ul li a {
	display: block;
	font-size: 14px;
	line-height: 44px;
	color: #FFFFFF;
	padding: 0 50px;
	background-color: #110d71;
	border-radius: 22px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pro_nav ul li:hover a {
	background-color: #15509c;
}

@media (max-width: 991px) {
	.pro_nav ul li a {
		font-size: 14px;
		line-height: 35px;
		padding: 0 20px;
	}
	.pro_nav ul li {
		margin: 0 3px;
	}
}

.index_product .lists {
	padding-top: 40px;
}

.index_product .lists .item {
	border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

.index_product .lists .item .pic {
	display: block;
	padding: 50px 130px 0 130px;
}

.index_product .lists .item .pic .img-box {
	padding-bottom: 117.7777777777778%;
}

.index_product .lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_product .lists .item:hover .img-box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.index_product .lists .item .note {
	text-align: center;
	padding: 50px 0;
}

.index_product .lists .item .note a {
	font-size: 16px;
	color: #333333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_product .lists .item:hover .note a {
	color: #110d71;
}

.index_product .slick-product .slick-arrow {
	width: 52px;
	height: 52px;
	border: solid 1px #e5e5e5;
	background-color: #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 30px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_product .slick-product .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	line-height: 53px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #333333;
}

.index_product .slick-product .slick-arrow.slick-next:before {
	content: '\e728';
}

.index_product .slick-product .slick-arrow.slick-next {
	right: 30px;
	left: auto;
}

.index_product .slick-product .slick-arrow:hover {
	background-color: #110d71;
}

.index_product .slick-product .slick-arrow:hover:before {
	color: #fff;
}

.index_product .equipment ul {
	margin: 0;
}

.index_product .equipment ul li {
	padding: 0;
}

.index_product .equipment ul li .pic .img-box {
	padding-bottom: 55.46875%;
}

.index_product .equipment ul li .pic .img-box .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .5s;
	transition: all .5;
}

.index_product .equipment ul li .pic .img-box .cover p {
	width: 100%;
	position: absolute;
	bottom: 32px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	-webkit-transition: all .5s;
	transition: all .5;
}

.index_product .equipment ul li:hover .pic .img-box .cover {
	background-color: rgba(0, 0, 0, .5);
}

.index_product .equipment ul li:hover .pic .img-box .cover p {
	top: 50%;
}

@media (max-width: 991px) {
	.index_product .slick-product .slick-arrow {
		left: 15px;
		width: 35px;
		height: 35px;
	}
	.index_product .slick-product .slick-arrow:before {
		font-size: 18px;
		line-height: 35px;
	}
	.index_product .slick-product .slick-arrow.slick-next {
		right: 15px;
	}
	.index_product .lists .item .note {
		padding: 30px 0;
	}
	.index_product .lists {
		padding-top: 30px;
	}
	.index_product .equipment ul li {
		margin-top: 10px;
	}
}


/*index_news*/

.index_news {
	padding: 100px 0;
}

@media (max-width: 991px) {
	.index_news {
		padding: 50px 0;
	}
}

.index_news .news_main {
	padding-top: 45px;
}

.news_main .left {
	padding-right: 26px;
}

.news_main .right {
	padding-left: 26px;
}

.news_main .left .img-box {
	padding-bottom: 122.1153846153846%;
}

.news_main .right .info b {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_main .right .info span {
	display: block;
	font-size: 14px;
	color: #110d71;
	padding-top: 10px;
}

.news_main .right .info p {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	padding-top: 15px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news_main .right .info a {
	display: block;
	width: 190px;
	line-height: 43px;
	border: 1px solid #110d71;
	background-color: #110d71;
	border-radius: 22px;
	font-size: 14px;
	color: #edf1f5;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-top: 30px;
}

.news_main .right .info a:hover {
	color: #110d71;
	background-color: #FFFFFF;
	border: 1px solid #110d71;
}

.news_main .right .lists {
	padding-top: 40px;
}

.news_main .right .lists ul {
	border-top: solid 1px #e5e5e5;
}

.news_main .right .lists ul li {
	-webkit-transition: all .5s;
	transition: all .5s;
	border-bottom: solid 1px #e5e5e5;
}

.news_main .right .lists ul li:hover {
	border-bottom: solid 1px #110d71;
}

.news_main .right .lists .item {
	padding: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news_main .right .lists .item:hover {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
}

.news_main .right .lists .item:after {
	content: '';
	display: table;
	clear: both;
}

.news_main .right .lists .item .pic {
	width: 20%;
}

.news_main .right .lists .item .pic .img-box {
	padding-bottom: 59.25925925925926%;
}

.news_main .right .lists .item .note {
	width: 70%;
	padding-left: 20px;
}

.news_main .right .lists .item .note a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
	padding-top: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_main .right .lists .item .note span {
	display: block;
	font-size: 14px;
	color: #110d71;
	padding-top: 10px;
}

.news_main .right .lists .item .more {
	width: 3%;
}

.news_main .right .lists .item .more a {
	display: block;
}

.news_main .right .lists .item .more a:before {
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e728';
	color: #999999;
	line-height: 85px;
}

.news_main .right .lists .item:hover .more a:before {
	color: #110d71;
}

@media (max-width: 991px) {
	.index_news .news_main {
		padding-top: 30px;
	}
	.news_main .left {
		padding-right: 15px;
	}
	.news_main .right {
		padding-left: 15px;
		padding-top: 20px;
	}
	.news_main .right .info a {
		width: 140px;
		line-height: 35px;
		margin-top: 20px;
	}
	.news_main .right .lists {
		padding-top: 35px;
	}
	.news_main .right .lists .item .pic {
		width: 100%;
	}
	.news_main .right .lists .item .note {
		width: 85%;
		padding-left: 0px;
	}
}


/*index_case*/

.index_case .lists {
	padding-top: 40px;
}

.index_case .lists ul:after {
	content: '';
	display: table;
	clear: both;
}

.index_case .lists ul li {
	width: 20%;
	float: left;
	padding: 2px;
}

.index_case .lists .item .img-box {
	padding-bottom: 78.94736842105263%;
}

.index_case .lists .item .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .3);
}

.index_case .lists .item:hover .note {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, .9);
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.index_case .lists .item .msg {
	width: 100%;
	position: absolute;
	left: 30px;
	bottom: 25px;
}

.index_case .lists .item:hover .msg {
	display: table-cell;
	vertical-align: middle;
	top: 55%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_case .lists .item .cover .note .msg b {
	display: block;
	font-size: 16px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 25px 0 0;
}

.index_case .lists .item .cover .note .msg p {
	font-family: Arial;
	font-size: 12px;
	line-height: 28px;
	color: #ddd5d5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_case .lists .item:hover .cover .note .msg {
	text-align: center;
	padding: 0 35px;
}

.index_case .lists .item:hover .cover .note .msg b {
	color: #333333;
}

.index_case .lists .item:hover .cover .note .msg p {
	color: #999999;
}

.index_case .lists .item:hover .cover .note .msg p:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d2d2d2;
	margin-top: 10px;
}

.index_case .info {
	padding-top: 40px;
}

.index_case .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.index_case .more a {
	display: block;
	width: 190px;
	line-height: 43px;
	border: 1px solid #110d71;
	background-color: #110d71;
	border-radius: 22px;
	font-size: 14px;
	color: #edf1f5;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_case .more a:hover {
	color: #110d71;
	background-color: #FFFFFF;
	border: 1px solid #110d71;
}

@media (max-width: 991px) {
	.index_case .lists ul li {
		width: 50%;
		float: left;
		padding: 2px;
	}
	.index_case .info {
		padding-top: 30px;
	}
	.index_case .more a {
		width: 140px;
		line-height: 35px;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.index_case .lists ul li {
		width: 100%;
		float: none;
		padding: 2px;
	}
}


/*index_video*/

.index_video .video {
	position: relative;
}

.index_video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .69);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.index_video:hover .video-cover {
	background-color: rgba(0, 0, 0, 0);
}

.index_video .video .img-box {
	z-index: 0;
	padding-bottom: 28.125%;
	background-color: #000;
}

.index_video .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

@media (max-width: 991px) {
	.index_video .video .img-box img {
		width: 150%;
		margin-left: -25%;
	}
}

.index_video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_video .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_video .video .play {
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 1px;
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.index_video .video .play {
		font-size: 24px;
	}
}

.index_video .video .play:before {
	font-family: 'iconfont';
	font-size: 60px;
	font-weight: normal;
	display: block;
	content: '\e601';
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.index_video .video .play:before {
		font-size: 40px;
	}
}


/*pagebanner*/

.pagebanner .img-box {
	padding-bottom: 20.83333333333333% !important;
}


/*page_nav*/

.page_nav {
	text-align: center;
	border-bottom: 1px solid #dadada;
}

.page_nav .scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.page_nav ul {
	font-size: 0;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.page_nav ul li {
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page_nav ul li:hover a {
	color: #110d71;
}

.page_nav ul li.active a {
	color: #110d71;
	font-weight: bold;
}

.page_nav ul li a {
	font-size: 16px;
	line-height: 58px;
	color: #333333;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page_nav ul li a:after {
	display: inline-block;
	content: '/';
	color: #999;
	padding: 0 30px;
}

.page_nav ul li:last-child a:after {
	display: none;
}

.pad {
	padding: 70px 0 100px 0;
}

@media (max-width: 991px) {
	.page_nav ul li a {
		font-size: 15px;
		line-height: 45px;
	}
	.page_nav ul li a:after {
		padding: 0 20px;
	}
	.pad {
		padding: 35px 0 50px 0;
	}
}


/*about_company*/

.about_company .info {
	padding-top: 40px;
}

.about_company .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.about_company .info p {
	max-width: 100%;
}

.about_company .info_img .img-box {
	padding-bottom: 78.04878048780488%;
}

@media (max-width: 991px) {
	.about_company .info {
		padding-top: 20px;
	}
	.about_company .info_img ul li {
		margin-bottom: 15px;
	}
}


/*about_honor*/

.about_honor .lists {
	padding-top: 40px;
}

.about_honor .lists li .pic {
	padding: 8px 18px;
	margin-bottom: 40px;
	border: 1px solid #E8E8E8;
}

.about_honor .lists li .pic .img-box {
	padding-bottom: 141.5094339622642%;
}

.about_honor .lists li .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.about_honor .lists li .pic:hover .img-box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

@media (max-width: 991px) {
	.about_honor .lists {
		padding-top: 30px;
	}
	.about_honor .lists li .pic {
		margin-bottom: 20px;
	}
}

.case .page,
.news .page,
.product .page,
.about_factory .page,
.about_honor .page {
	margin-top: 0;
}


/*about_factory*/

.about_factory .lists {
	padding-top: 40px;
}

.about_factory .lists li .item {
	margin-bottom: 40px;
}

.about_factory .lists li .item .img-box {
	padding-bottom: 50.79365079365079%;
}

.about_factory .lists li .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.about_factory .lists li .item:hover .img-box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

@media (max-width: 991px) {
	.about_factory .lists {
		padding-top: 30px;
	}
	.about_factory .lists li .item {
		margin-bottom: 20px;
	}
}


/*product*/

.product {
	overflow: hidden;
}

.product .pro_title {
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
}

.product .pro_title .titl {
	width: 23%;
	padding: 0 50px;
	background-color: #110d71;
}

@media (max-width: 1470px) {
	.product .pro_title .titl {
		padding: 0 30px;
	}
}

.product .pro_title .titl img {
	width: 63px;
	height: 58px;
	display: inline-block;
	vertical-align: middle;
}

.product .pro_title .titl span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	line-height: 100px;
	color: #f2f8f5;
	margin-left: 30px;
}

@media (max-width: 1199px) {
	.product .pro_title .titl {
		padding: 0 20px;
	}
	.product .pro_title .titl span {
		margin-left: 10px;
	}
}

.product_content .left {
	width: 23%;
	margin-bottom: -9819px;
	padding-bottom: 9999px;
	background-color: #fbfcfd;
}

.product_content .right {
	width: 75%;
	padding-bottom: 100px;
}

.product .left .menu {
	position: relative;
}

.product .left .menu .menu1>li:first-child {
	border-top: none;
}

.product .left .menu .menu1>li>a {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding: 15px 0 15px 30px;
	position: relative;
	display: block;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #dbdbdb;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu .menu1>li.more>a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	position: absolute;
	top: 48%;
	right: 30px;
	display: block;
	content: '\e730';
	color: #110d71;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}

.product .left .menu .menu1>li.nomore>a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	position: absolute;
	top: 48%;
	right: 30px;
	display: block;
	content: '\e730';
	color: #110d71;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(0);
	-ms-transform: translateY(-45%) rotate(0);
	transform: translateY(-45%) rotateZ(0);
}

.product .left .menu .menu1>li:hover>a,
.product .left .menu .menu1>li.active>a {
	color: #FFFFFF;
	background-color: #110d71;
}

.product .left .menu .menu1>li:hover>a:before,
.product .left .menu .menu1>li.active>a:before {
	color: #FFFFFF;
}

.product .left .menu .menu1>li:hover>a:before,
.product .left .menu .menu1>li.active>a:before {
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}

.product .left .menu .nomore .menu3,
.product .left .menu .nomore .menu2 {
	display: none;
}

.product .left .menu .menu1>li>.menu2 {
	padding: 10px 0;
	background-color: #dde9f8;
}

.product .left .menu ul.menu2>li,
.product .left .menu ul.menu3>li {
	line-height: 30px;
	position: relative;
	cursor: pointer;
	padding-left: 0;
}

.product .left .menu ul.menu2>li.more>a,
.product .left .menu ul.menu3>li.more>a {
	position: relative;
}

.product .left .menu ul.menu2>li>a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 36px;
	padding-left: 30px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu ul.menu2>li.active>a,
.product .left .menu ul.menu2>li:hover>a {
	color: #110d71;
	background-color: transparent;
}

.product .left .menu ul.menu3>li>a:before {
	display: none;
}

.product .left .menu ul.menu3>li>a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #333333;
	padding-left: 30px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu ul.menu3>li>a:hover {
	color: #110d71;
}

.product .prod_lists {
	padding-top: 40px;
}

.product .prod_lists .item {
	padding: 30px 60px;
	border: solid 1px #dadada;
	margin-bottom: 40px;
}

.product .prod_lists .item .pic .img-box {
	padding-bottom: 120%;
}

.product .prod_lists .item:hover .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .prod_lists .item:hover .img-box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.product .prod_lists .item .name {
	padding-top: 25px;
}

.product .prod_lists .item .name a {
	display: block;
	font-size: 14px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .prod_lists .item:hover .name a {
	color: #110d71;
}

@media (max-width: 991px) {
	.product .pro_title .titl {
		width: 100%;
		padding: 0 30px;
	}
	.product .pro_title .titl img {
		width: 50px;
		height: 45px;
	}
	.product .pro_title .titl span {
		font-size: 18px;
		line-height: 65px;
		margin-left: 20px;
	}
	.product_content .left {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.product_content .right {
		width: 100%;
		padding-bottom: 50px;
	}
	.product .left .menu .menu1>li>a {
		font-size: 15px;
		padding: 15px 0 15px 30px;
	}
	.product .left .menu .menu1>li.more>a:before {
		font-size: 15px;
	}
	.product .left .menu .menu1>li.nomore>a:before {
		font-size: 15px;
	}
	.product .left .menu ul.menu2>li>a {
		font-size: 15px;
		line-height: 35px;
	}
	.product .prod_lists {
		padding-top: 20px;
	}
	.product .prod_lists .item {
		margin-bottom: 20px;
	}
}


/*prod_detail*/

.prod_detail {
	padding-top: 40px;
}

.prod_detail .product_show:after {
	display: table;
	content: '';
	clear: both;
}

.prod_detail .prod_left {
	width: 54%;
}

.prod_detail .prod_msg {
	width: 46%;
	padding-left: 40px;
}

.prod_detail .pro-show {
	border: solid 1px #dadada;
}

.pro-show {
	overflow: hidden;
}

.pro-show .album {
	position: relative;
	width: 100%;
}

.pro-show .slider-for {
	/*padding: 60px 140px 40px 140px;*/
}

@media (max-width: 991px) {
	.prod_detail {
		padding-top: 30px;
	}
	.prod_detail .prod_left {
		width: 100%;
	}
	.prod_detail .prod_msg {
		width: 100%;
		padding-left: 0px;
	}
	.pro-show .slider-for {
		/*padding: 40px 100px 20px 100px;*/
	}
}

.pro-show .album .item .img-box {
	z-index: 0;
	padding-bottom: 117.7777777777778%;
}

.pro-show .album .slider-nav .item .pic {
	border: solid 1px #e5e5e5;
	padding: 0px 15px;
}

.pro-show .album .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.pro-show .album .slider-nav {
	position: relative;
	padding: 0 30px;
	margin: 14px 0;
}

.pro-show .album .slider-nav .slick-current .item .pic {
	border: 1px solid #110d71;
}

.pro-show .album .slider-nav div:focus {
	outline: none;
	border: none;
}

.pro-show .album .slider-nav .item {
	padding: 0 5px;
}

.pro-show .album .slider-nav .slick-arrow {
	width: 18px;
	height: 20px;
	background: none;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 1%;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.pro-show .album .slider-nav .slick-arrow {
		left: 0;
	}
}

.pro-show .album .slider-nav .slick-arrow:before {
	display: block;
	overflow: hidden;
	font-family: 'iconfont' !important;
	font-size: 20px;
	content: '\e727';
	color: #999999;
	line-height: 20px;
}

.pro-show .album .slider-nav .slick-arrow.slick-next {
	right: 1%;
	left: auto;
}

@media (max-width: 991px) {
	.pro-show .album .slider-nav .slick-arrow.slick-next {
		right: 0;
	}
}

.pro-show .album .slider-nav .slick-arrow.slick-next:before {
	content: '\e728';
}

.pro-show .album .slider-nav .slick-arrow:hover:before {
	color: #110d71;
}

.prod_detail .prod_msg {
	padding-top: 30px;
}

.prod_detail .prod_msg h1 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.prod_detail .prod_msg .note {
	padding-top: 20px;
}

.prod_detail .prod_msg .note b {
	font-size: 14px;
	color: #333333;
}

.prod_detail .prod_msg .note p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.prod_detail .prod_msg .note p span strong {
	font-size: 15px;
}

.prod_detail .prod_msg .inquiry_btn {
	padding-top: 50px;
}

.prod_detail .prod_msg .inquiry_btn button {
	width: 180px;
	line-height: 42px;
	background-color: #110d71;
	border: 1px solid #110d71;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.prod_detail .prod_msg .inquiry_btn button:hover {
	background-color: #FFFFFF;
	color: #110d71;
}

.prod_info {
	padding-top: 60px;
}

.prod_info b,
.prod_info p strong {
	font-size: 24px;
	color: #333333;
}

.prod_info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.inquire_main .prod_info p {
	color: #444444;
}

.inquire_main .inquire_form {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.inquire_main {
		margin-top: 0px;
		padding-left: 0px;
	}
	.inquire_main .inquire_form {
		margin-top: 20px;
	}
	.inquire_main h1 {
		font-size: 16px;
	}
	.inquire_main h1 span {
		font-size: 14px;
	}
	.prod_detail .prod_msg .inquiry_btn {
		padding-top: 20px;
	}
	.prod_info {
		padding-top: 25px;
	}
	.prod_info b {
		font-size: 16px;
	}
	.prod_info p {
		padding-top: 10px;
	}
}

.inquire_main .inquire_form ul {
	margin: 0 -10px;
}

.inquire_main .inquire_form ul li {
	float: left;
	margin-bottom: 10px;
	width: 50%;
	padding: 0 10px;
}

@media (max-width: 767px) {
	.inquire_main .inquire_form ul li {
		width: 100%;
	}
}

.inquire_main .inquire_form ul li:nth-child(5),
.inquire_main .inquire_form ul li:last-child {
	width: 100%;
	min-height: 55px;
}

.inquire_main .inquire_form ul li input {
	width: 100%;
	color: #333;
	line-height: 54px;
	min-height: 54px;
	padding: 0px 20px;
	border: none;
	background-color: #f3f5f8;
	font-size: 14px;
}

.inquire_main .inquire_form ul li textarea {
	width: 100%;
	color: #333;
	min-height: 160px;
	line-height: 30px;
	border: none;
	background-color: #f3f5f8;
	padding: 10px 20px;
	font-size: 14px;
}

.inquire_main .inquire_form ul li input::-webkit-input-placeholder,
.inquire_main .inquire_form ul li textarea::-webkit-input-placeholder {
	color: #999999;
}

.inquire_main .inquire_form ul li input:-o-placeholder,
.inquire_main .inquire_form ul li textarea:-o-placeholder {
	color: #999999;
}

.inquire_main .inquire_form ul li input::-moz-placeholder,
.inquire_main .inquire_form ul li textarea::-moz-placeholder {
	color: #999999;
}

.inquire_main .inquire_form ul li input:-ms-input-placeholder,
.inquire_main .inquire_form ul li textarea:-ms-input-placeholder {
	color: #999999;
}

.inquire_main .inquire_form ul li input:focus::-webkit-input-placeholder,
.inquire_main .inquire_form ul li textarea:focus::-webkit-input-placeholder {
	color: #DDDDDD;
}

.inquire_main .inquire_form ul li input:focus::-o-placeholder,
.inquire_main .inquire_form ul li textarea:focus::-o-placeholder {
	color: #DDDDDD;
}

.inquire_main .inquire_form ul li input:focus::-moz-placeholder,
.inquire_main .inquire_form ul li textarea:focus::-moz-placeholder {
	color: #DDDDDD;
}

.inquire_main .inquire_form ul li input:focus::-ms-input-placeholder,
.inquire_main .inquire_form ul li textarea:focus::-ms-input-placeholder {
	color: #DDDDDD;
}

.inquire_main .inquire_form ul li button {
	width: 100%;
	line-height: 54px;
	border: 1px solid #110d71;
	background-color: #110d71;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.inquire_main .inquire_form ul li button:hover {
	background-color: #fff;
	color: #110d71;
}


/*news*/

.news .lists {
	padding-top: 40px;
}

.news .lists .item {
	margin-bottom: 40px;
}

.news .lists .img-box {
	padding-bottom: 65.85365853658537%;
}

.news .lists .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .lists .item:hover .img-box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.news .lists .img-box .time {
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #110d71;
	opacity: 0.5;
	border-radius: 0 20px 20px 0;
}

.news .lists .img-box .time p {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	padding: 0 22px;
}

.news .lists .item .info a.ti {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news .lists .item:hover .info a.ti {
	color: #110d71;
}

.news .lists .item .info p {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	padding-top: 10px;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 3;*/
	-webkit-line-clamp: 2;
	height: 58px;
}

.news .lists .item .info a.more {
	padding-top: 30px;
	display: block;
}

.news .lists .item .info a.more:before {
	display: block;
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e673';
	color: #110d71;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news .lists .item:hover .info a.more:before {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
}

@media (max-width: 991px) {
	.news .lists {
		padding-top: 30px;
	}
	.news .lists .item {
		margin-bottom: 25px;
	}
	.news .lists .item .info a.more {
		padding-top: 10px;
	}
}


/*news_detail*/

.news_detail .title span {
	display: block;
	font-size: 14px;
	color: #999999;
	text-align: center;
	padding-top: 15px;
}

.news_detail .info {
	padding-top: 40px;
}

.news_detail .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-align: justify;
}

.news_detail .info p img {
	max-width: 100%;
}

@media (max-width: 991px) {
	.news_detail .info {
		padding-top: 20px;
	}
}


/*case*/

.case .lists {
	padding-top: 40px;
}

.case .lists li .item {
	margin-bottom: 30px;
}

.case .lists li .item .img-box {
	padding-bottom: 78.94736842105263%;
	/*padding-bottom: 60.97560975609756%;*/
}

.case .lists li .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.case .lists li .item:hover .img-box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.case .lists li .item p {
	font-size: 14px;
	line-height: 60px;
	color: #666666;
	border: solid 1px #e6e6e6;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.case .lists li .item:hover p {
	color: #ffffff;
	background-color: #110d71;
}

@media (max-width: 991px) {
	.case .lists {
		padding-top: 30px;
	}
	.case .lists li .item {
		margin-bottom: 20px;
	}
	.case .lists li .item p {
		line-height: 45px;
	}
}


/*develop*/

.develop .develop_left {
	width: 15%;
}

.develop .develop_left ul li {
	margin-bottom: 10px;
}

.develop .develop_left ul li:hover a,
.develop .develop_left ul li.active a {
	color: #ffffff;
	border: solid 1px #110d71;
	background-color: #110d71;
}

.develop .develop_left ul li a {
	display: block;
	border: solid 1px #e6e6e6;
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.develop .develop_right {
	width: 85%;
	padding-left: 30px;
}

.develop .develop_right .info {
	padding-top: 30px;
}

.develop .develop_right .info p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-align: justify;
}

.develop .develop_right .develop_img {
	padding-top: 40px;
}

.develop .develop_right .develop_img li {
	margin-bottom: 30px;
}

.develop .develop_right .develop_img .img-box {
	padding-bottom: 54.23076923076923%;
}

@media (max-width: 991px) {
	.develop .develop_left {
		width: 100%;
	}
	.develop_left .scroll {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.develop .develop_left ul {
		font-size: 0;
		position: relative;
		display: inline-block;
		white-space: nowrap;
	}
	.develop .develop_left ul li {
		display: inline-block;
		-webkit-transition: all .3s;
		transition: all .3s;
		margin-right: 10px;
	}
	.develop .develop_left ul li a {
		font-size: 15px;
		line-height: 45px;
		padding: 0 20px;
	}
	.develop .develop_right {
		width: 100%;
		padding-top: 20px;
		padding-left: 0px;
	}
	.develop .develop_right .info {
		padding-top: 20px;
	}
	.develop .develop_right .develop_img {
		padding-top: 20px;
	}
	.develop .develop_right .develop_img li {
		margin-bottom: 15px;
	}
}


/*develop_result*/

.develop_result {
	padding-top: 40px;
}

.develop_result li .item {
	display: block;
	margin-bottom: 30px;
	padding: 10px;
	border: solid 1px #e6e6e6;
}

.develop_result li .item .img-box {
	padding-bottom: 141.4285714285714%;
}

.develop_result li .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.develop_result li .item:hover .img-box img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


/*service*/

.service .info {
	padding-top: 30px;
}

.service .info p {
	text-align: center;
	font-size: 20px;
	color: #666666;
}

.service .info p span {
	font-weight: bold;
	color: #110d71;
}

.service .info .service_form {
	padding-top: 30px;
}

.service .info .service_form ul {
	margin: 0 -10px;
}

.service .info .service_form ul li {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	padding: 0 10px;
}

.service .info .service_form ul li:nth-child(2),
.service .info .service_form ul li:first-child {
	width: 50%;
}

@media (max-width: 767px) {
	.service .info .service_form ul li:nth-child(2),
	.service .info .service_form ul li:first-child {
		width: 100%;
	}
}

.service .info .service_form ul li input {
	width: 100%;
	color: #333;
	line-height: 56px;
	min-height: 56px;
	padding: 0px 20px;
	border: none;
	background-color: #f3f5f8;
	font-size: 14px;
}

.service .info .service_form ul li textarea {
	width: 100%;
	color: #333;
	min-height: 82px;
	line-height: 30px;
	border: none;
	background-color: #f3f5f8;
	padding: 10px 20px;
	font-size: 14px;
}

.service .info .service_form ul li input::-webkit-input-placeholder,
.service .info .service_form ul li textarea::-webkit-input-placeholder {
	color: #999999;
}

.service .info .service_form ul li input:-o-placeholder,
.service .info .service_form ul li textarea:-o-placeholder {
	color: #999999;
}

.service .info .service_form ul li input::-moz-placeholder,
.service .info .service_form ul li textarea::-moz-placeholder {
	color: #999999;
}

.service .info .service_form ul li input:-ms-input-placeholder,
.service .info .service_form ul li textarea:-ms-input-placeholder {
	color: #999999;
}

.service .info .service_form ul li input:focus::-webkit-input-placeholder,
.service .info .service_form ul li textarea:focus::-webkit-input-placeholder {
	color: #DDDDDD;
}

.service .info .service_form ul li input:focus::-o-placeholder,
.service .info .service_form ul li textarea:focus::-o-placeholder {
	color: #DDDDDD;
}

.service .info .service_form ul li input:focus::-moz-placeholder,
.service .info .service_form ul li textarea:focus::-moz-placeholder {
	color: #DDDDDD;
}

.service .info .service_form ul li input:focus::-ms-input-placeholder,
.service .info .service_form ul li textarea:focus::-ms-input-placeholder {
	color: #DDDDDD;
}

.service .info .service_form ul li button {
	width: 100%;
	line-height: 54px;
	border: 1px solid #110d71;
	background-color: #110d71;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.service .info .service_form ul li button:hover {
	background-color: #fff;
	color: #110d71;
}

.service .info .service_form:after {
	display: table;
	content: '';
	clear: both;
}

.service .info .msg {
	padding-top: 20px;
}

.service .info .msg p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

@media (max-width: 991px) {
	.service .info {
		padding-top: 25px;
	}
	.service .info p {
		text-align: center;
		font-size: 18px;
		color: #666666;
	}
	.service .info .service_form {
		padding-top: 20px;
	}
	.service .info .service_form ul li {
		margin-bottom: 15px;
	}
	.service .info .msg {
		padding-top: 10px;
	}
}


/*solution*/

.solution .info .msg {
	padding-top: 0;
}

.solution .lists {
	padding-top: 40px;
}

.solution ul {
	padding: 0 8px;
}

.solution ul:after {
	display: table;
	content: '';
	clear: both;
}

.solution ul li {
	width: 20%;
	float: left;
	padding: 0 5px;
}

.solution .lists .item .img-box {
	padding-bottom: 125.6756756756757%;
}

.solution .lists .item .img-box .cover {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #110d71;
	padding: 40px;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.solution .lists .item:hover .cover {
	opacity: 1;
}

.solution .lists .item .img-box .cover b {
	display: block;
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 15px;
}

.solution .lists .item .img-box .cover p {
	font-size: 14px;
	line-height: 26px;
	color: #eff3f8;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
}

@media (max-width: 991px) {
	.solution .lists {
		padding-top: 20px;
	}
	.solution ul li {
		width: 50%;
		padding: 0 5px;
	}
	.solution .lists .item {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.solution ul li {
		width: 100%;
		padding: 0 5px;
	}
}


/*contact*/

.contact_main {
	padding-top: 40px;
}

.contact_main .left {
	border: 1px solid #000000;
}

.contact_main .right {
	border: 1px solid pink;
}

.contact_main {
	padding-top: 40px;
}

.contact_main .contact_title {
	padding-bottom: 10px;
}

.contact_main .contact_title p {
	font-size: 18px;
	font-weight: bold;
	color: #555555;
}

.contact_main .text p span {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.contact_main .text p.address,
.contact_main .text p.tel,
.contact_main .text p.email,
.contact_main .text p.website {
	position: relative;
	margin: 20px 0;
	padding-left: 60px;
	font-size: 14px;
	color: #777777;
	line-height: 38px;
}

.contact_main .text p.address:before,
.contact_main .text p.tel:before,
.contact_main .text p.email:before,
.contact_main .text p.website:before {
	width: 38px;
	height: 38px;
	border: solid 1px #110d71;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	font-family: 'iconfont' !important;
	font-size: 18px;
	position: absolute;
	top: 0px;
	left: 0;
	color: #110d71;
}

.contact_main .text p.tel a,
.contact_main .text p.email a,
.contact_main .text p.website a {
	color: #777777;
}

.contact_main .text p.tel a:hover,
.contact_main .text p.email a:hover,
.contact_main .text p.website a:hover {
	color: #110d71;
}

.contact_main .text p.address:before {
	line-height: 34px !important;
	content: '\e605';
}

.contact_main .text p.tel:before {
	content: '\e666';
	font-size: 16px !important;
}

.contact_main .text p.email:before {
	content: '\e68b';
	font-size: 25px !important;
	line-height: 38px !important;
}

.contact_main .text p.website:before {
	content: '\e606';
	font-size: 16px;
}

.contact_main .map {
	width: 100%;
	height: 420px;
}

@media (max-width: 991px) {
	.contact_main .map {
		height: 300px;
		margin-top: 30px;
	}
}